*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 12 Mar 2001 14:57:30 +0000 (14:57 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 12 Mar 2001 14:57:30 +0000 (14:57 +0000)
lisp/ChangeLog

index 35bbf7c42e3ecfa9569d2803f8235f8ebc48de5e..ad7a5cb8818ef185e4926d902cf0e5018fcfddaf 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-12  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/autoload.el (generate-file-autoloads): Remove
+       warning about line lengths.
+
 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
 
        * progmodes/etags.el (tags-compression-info-list): New variable.
        (vc-print-log): Don't switch to the *vc* buffer before the
        command, so that local variable bindings are preserved.
 
-       * vc-{cvs,rcs,sccs}.el: (vc-*-print-log): Output to buffer *vc*,
+       * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
        not the current buffer.
        (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
 
-       * vc-cvs.el: (vc-cvs-checkin): When removing the sticky tag,
+       * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
        make output go to buffer *vc*, not the current buffer.
 
 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>